CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 视频 跟踪

搜索资源列表

  1. Motion-Detection-video

    0下载:
  2. 较简易的视频目标跟踪算法,有需要的朋友可参考-Than simple video target tracking algorithm, there is a need to refer to a friend
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:662491
    • 提供者:于晓辉
  1. bf-boattracking

    3下载:
  2. 对基于粒子滤波的目标跟踪进行仿真,附带有最后仿真的视频。-Based on the target tracking particle filter are simulated, accompanied by the simulation of the video.
  3. 所属分类:matlab例程

    • 发布日期:2014-03-15
    • 文件大小:2331897
    • 提供者:xiaoshan198717
  1. targets-detection-and-tracking

    2下载:
  2. 基于vc++6.0+opencv的运动目标的检测与跟踪,包括一个小车视频,主要功能是在噪声、静止背景下实现运动目标的检测-Vc++6.0+ opencv-based moving target detection and tracking, including a car video, the main function is in the noise, static background detection of moving objects
  3. 所属分类:OpenCV

    • 发布日期:2012-11-05
    • 文件大小:2745125
    • 提供者:李静
  1. VCFreeWayChargeSystem

    0下载:
  2. VC开发的高速公路收费系统,非常好,非常实用!-On the basis of VC developing FreeWayChargeSystem, Best Source Code!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:13435638
    • 提供者:Aaron
  1. motion-tracking-system-

    1下载:
  2. 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1062384
    • 提供者:mei88
  1. KALMANPI

    1下载:
  2. kalman跟踪行人,再视频场景中检测到行人的存在,并用红色矩形框对行人进行跟踪。-pedestrian tracking using kalman filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6840734
    • 提供者:莉莉
  1. camshift

    0下载:
  2. 基于opencv的camshift算法实现运动物体的跟踪,平台为vc6.0.加载avi格式视频,通过鼠标点击确定跟踪物体的大小和区域。-Opencv of camshift algorithm based on moving object tracking, platform vc6.0. Load avi format video, object tracking by mouse click to determine the size and area.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-09
    • 文件大小:1054797
    • 提供者:echo
  1. MHT

    5下载:
  2. 采用多假设检验法实现多目标跟踪,建立了多目标跟踪/视频监控平台,结合卡尔曼滤波预测目标轨迹。用户可以自己修改相关代码。-This code complete multiple object tracking/multiple target tracking/multi target tracking/multi object tracking using multiple hypothesis test/multi hypothesis test, builds up a visual surv
  3. 所属分类:matlab例程

    • 发布日期:2014-03-31
    • 文件大小:46318
    • 提供者:朱亮亮
  1. Opencv

    0下载:
  2. 基于OpenCV的视频道路车辆检测与跟踪的文献,优秀硕士论文。希望对相关专业的学习有益。-OpenCV-based video detection and tracking of road vehicles literature, excellent, Vol. Hope that the relevant professional learning useful.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5860851
    • 提供者:year
  1. Video

    0下载:
  2. 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法-Video demo algorithm include: 1 static background background prediction method 2 the static background frame difference method target detection 3 the target
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:36692
    • 提供者:yurongguo
  1. jingtoufg

    2下载:
  2. 这是我编写的镜头分割程序,对视频图像中发生突变和渐变的检测很准确,使用起来很方便,运行效果很好!-This is my shot segmentation written procedures on the video image in the detection of abrupt and gradual change is very accurate, easy to use, runs good results!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-26
    • 文件大小:3563753
    • 提供者:温娟
  1. camshiftdemo

    1下载:
  2. Gary R.Bradski提出CamShift算法,即"Continuously Adaptive Mean-Shift"算法。是以颜色直方图为目标模式的目标跟踪算法,可以有效地解决目标变形和部分遮挡的问题,而且运算效率很高。在视频跟踪过程中,CAMSHIFT算法利用选定目标的颜色直方图模型得到每帧图像的颜色投影图,并根据上一帧跟踪的结果自适应调整搜索窗口的位置和大小,得到当前帧中目标的尺寸和质心位置。-Gary R. Bradski CamShift proposed algorithm,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:2959
    • 提供者:kitty
  1. bb

    0下载:
  2. 视频人脸跟踪识别算法研究 硕士论文 -Video face recognition algorithm to track a master
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4325239
    • 提供者:谢皓
  1. trackingGUI

    0下载:
  2. 视频追踪的框架算法,实现了基于meanshift和feature based的跟踪算法-Framework for video tracking algorithm meanshift based and feature based tracking algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:25021
    • 提供者:xieyuan
  1. motion

    0下载:
  2. 这是关于运动视频处理的电子书,包含了运动检测和跟踪的算法理论知识-This is the video processing on the movement of e-books, includes a motion detection and tracking algorithm theoretical knowledge
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-26
    • 文件大小:8735914
    • 提供者:罗胜华
  1. Video_detection

    0下载:
  2. 视频演示算法包括: 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Algorithm for video presentation include: 1. Static background background prediction target detection 2.
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:100330
    • 提供者:chenping
  1. v1.0

    0下载:
  2. 一个实施的人脸跟踪软件,利用视频设备来进行人脸的跟踪-An implementation of the human face tracking software, the use of video equipment to Face Tracking
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:937082
    • 提供者:qufeng
  1. detection

    1下载:
  2. 里面是10篇关于智能视频监控中运动目标检测,识别,跟踪等的文章,还包含了两篇关于人运动检测识别的综述,希望对大家能有所帮助。-There is a 10 on the intelligent video surveillance in moving target detection, identification, tracking and other articles, also includes two on human motion detection to identify a synt
  3. 所属分类:Video Capture

    • 发布日期:2016-05-07
    • 文件大小:723970
    • 提供者:
  1. shipin

    0下载:
  2. 视频目标跟踪。在OpenCV下开发,使用meanshift方法.rar-Video target tracking. In OpenCV under development, the use of meanshift methods. Rar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:230322
    • 提供者:李荣华
  1. Tracking

    0下载:
  2. 输入视频对运动物体进行跟踪,已经调试过了-tracking
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1770
    • 提供者:路单
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com